Function Reference
UpToDate
Compares the provided parameters for a given path against a previously recorded values. If the values match, the result is true(). Otherwise, the result is false().
Syntax:
wwfilesext:UpToDate($path, $projectChecksum, $groupID, $documentID, $actionChecksum)Parameters:
Name | Type | Description |
|---|---|---|
path | string | Full pathname of the file. |
projectChecksum | string | The project checksum. |
groupID | string | Identifier for the group. |
documentID | string | Identifier for the document. |
actionChecksum | string | The action checksum. |
Returns:
bool: True if it succeeds, false if it fails.Example:
<xsl:if test="not(wwfilesext:UpToDate($VarPath, $VarProjChecksum, $VarGroupID, $VarDocID, $VarActionChecksum))">
<!-- Regenerate file -->
</xsl:if>Last modified date: 01/12/2026